IControlStatus Interface
Represents a motion profile.
Inheritance hierarchy
System.Object
System.ComponentModel.INotifyPropertyChanged
IntervalZero.KINGSTAR.Base.Class.IControlStatus
Namespace: IntervalZero.KINGSTAR.Base.Class
Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
public interface IControlStatus : INotifyPropertyChanged
Public Interface IControlStatus Inherits INotifyPropertyChanged
The IControlStatus interface exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ActualCurrent | The variable (#x6078) of actual current. |
![]() |
ActualPosition | The current position from an axis using the primary encoder. |
![]() |
ActualTorque | The actual torque from an axis. |
![]() |
ActualVelocity | The actual velocity from an axis. |
![]() |
FollowingError | The following error from an axis. |
![]() |
SecondPosition | The current position from an axis using the secondary encoder. |
![]() |
SetPosition | Sets the target position of an axis. |
![]() |
SetTorque | Sets the target torque of an axis. |
![]() |
SetVelocity | Sets the target velocity of an axis. |
See also